home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AP Professional Graphics CD-ROM Library
/
AP Professional Graphics CD-ROM Library.iso
/
mac
/
Macintosh
/
Appendix
/
GemsII
/
Source Code Gems II
/
intersect
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-03-08
|
199 b
|
13 lines
|
[
TEXT/MSWD
]
CFLAGS = -g -I..
all: intsph.o inttor.o
intsph.o: intsph.c
cc $(CFLAGS) -c intsph.c -o intsph.o
inttor.o: inttor.c
cc $(CFLAGS) -c inttor.c -o inttor.o
clean:
/bin/rm -f intsph.o inttor.o